spinbutton: Document some style properties as deprecated
authorMatthias Clasen <mclasen@redhat.com>
Mon, 16 Nov 2015 11:18:32 +0000 (06:18 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 16 Nov 2015 12:20:18 +0000 (07:20 -0500)
No code change.

gtk/gtkspinbutton.c

index 2a32e131e6aa0ec624ed66dbfaf492dfd890ea21..d698a2940ebe0d5186a142d9a4d12d00e300c90f 100644 (file)
@@ -433,6 +433,14 @@ gtk_spin_button_class_init (GtkSpinButtonClass *class)
                                     PROP_ORIENTATION,
                                     "orientation");
 
+  /**
+   * GtkSpinButton:shadow-type:
+   *
+   * Style of bevel around the sping button.
+   *
+   * Deprecated: 3.20: Use CSS to determine the style of the border;
+   *     the value of this syyle property is ignored.
+   */
   gtk_widget_class_install_style_property (widget_class,
                                            g_param_spec_enum ("shadow-type",
                                                               P_("Shadow Type"),